Skip to content

Comments

Adds --show option to list files being built on run/push#92

Open
jiahuang wants to merge 7 commits intomasterfrom
jh-verbose
Open

Adds --show option to list files being built on run/push#92
jiahuang wants to merge 7 commits intomasterfrom
jh-verbose

Conversation

@jiahuang
Copy link
Contributor

fixes #90

>> tessel push index.js --show
TESSEL! Connected to TM-00-04-f000da30-005d4344-60782586.
INFO Bundling directory /Users/jialiya/projects/technical/test/pins (~838 bytes)
  tessel compiling +0ms _start.js
  tessel writing +10ms _start.js
  tessel compiling +1ms app/index.js
  tessel writing +3ms app/index.js
INFO Deploying bundle (4.50 KB)...
INFO Finished deployment
INFO Run "tessel logs" or "tessel push <script.js> -l" to see logged output.

Also removed deprecated tessel run --version command.

@jiahuang jiahuang changed the title Adds option to list files being built on run/push Adds --show option to list files being built on run/push Jun 28, 2014
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably shouldn't do it this way.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't pass in argv, they're not the same set of arguments.

@tcr
Copy link
Member

tcr commented Jun 30, 2014

I'm not sure why this isn't part of -v verbose. Also this PR fails.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here, don't replace this with argv.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add a --verbose option that shows which directories are pushed

2 participants